バージョン

GeographicShape<J>(String,IQueryable<J>) メソッド

マップに追加される地理図形シリーズを作成します。
シンタックス
'宣言
 
Public Overloads Function GeographicShape(Of J As Class)( _
   ByVal name As System.String, _
   ByVal dataSource As System.Linq.IQueryable(Of J) _
) As GeographicShapeSeries(Of J)
public GeographicShapeSeries<J> GeographicShape<J>( 
   System.string name,
   System.Linq.IQueryable<J> dataSource
)
where J: class

パラメータ

name
シリーズに関連付ける一意の名前。
dataSource
シリーズに関連付けるデータ ソース。

型パラメータ

J
提供されたデータ ソース内の項目の型。

戻り値の型

シリーズを流れるようにビルドするラッパー。
参照

オンラインで表示: GitHub